Apify MCP Server
搜索 Actor:在 Apify Store 中搜索 Actor Actor 详情:获取特定 Actor 的详细信息 调用 Actor:用于通过 ID 和输入调用任何 Actor 的通用工具 搜索文档:搜索 Apify 文档 获取文档:获取文档页面的完整内容 动态添加 Actor:将 Actor 添加为会话的新工具 获取 Actor 运行:获取特定 Actor 运行的详细信息 列出 Actor 运行:获取 Actor 的运行列表,可按状态筛选 获取运行日志:检索特定 Actor 运行的日志 获取数据集:获取有关特定数据集的元数据 获取数据集项目:通过分页/筛选检索数据集项目 列出数据集:列出用户的所有数据集 获取数据集架构:获取数据集项目的 JSON 架构 获取键值存储:获取键值存储的元数据 列出存储键:列出特定键值存储中的键 获取存储记录:通过键从键值存储中获取值 列出键值存储:列出所有键值存储
The Apify MCP Server allows AI applications to programmatically interact with the Apify platform. It exposes a suite of tools for searching, calling, and managing Apify Actors, accessing documentation, and working with datasets and key-value stores.
How to use
The server is accessible via an SSE endpoint, typically https://mcp.apify.com/. AI clients can connect to this endpoint to utilize the exposed tools, such as actors (for Actor management), docs (for documentation access), and specific Actor tools like apify/rag-web-browser.
Implementation
It acts as a bridge between AI models and the Apify cloud platform, translating AI requests into Apify API calls and returning structured results.
Recommend MCP Servers 💡
@netlify/mcp
Enables code agents to use the Netlify API and CLI to create new projects and manage deployments, speeding up development workflows.
@container-inc/mcp
An MCP Server designed for automated deployments to the Container Inc. platform.
mcp-server-for-copilot
An MCP server implementation that connects MCP-compatible clients with Microsoft Copilot Studio agents through the DirectLine API
@kapilduraphe/webflow-mcp-server
Enables Claude to interact with Webflow's APIs
ocireg-mcp
An MCP (Model Context Protocol) server that provides tools for querying OCI registries and image references.
pulumi-mcp-server
An MCP server that integrates with Pulumi for infrastructure as code management.